home *** CD-ROM | disk | FTP | other *** search
-
- NAME
-
- delay - wait a specified amount of time
-
- SYNOPSIS
-
- delay [-m] delay_time
-
- DESCRIPTION
-
- The delay command will suspend shell operation for the specified length of time.
-
- This command halts the current shell only. All other shells and applications will continue to run.
-
- The delay_time is assumed to be specified in seconds, unless the -m option is used.
-
- OPTIONS
-
- -m The delay time is specified in minutes.
-
- RETURN CODES
-
- <0 Error
- 0 Success
-